-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
KNetCLIKNetCLI related issueKNetCLI related issueenhancementNew feature or requestNew feature or request
Description
Until now the tool needs to explicitly set the class to be used with ClassToRun command-line switch. A dotnet tool package can host more than one command: it is useful to create scripts (PowerShell, batch or sh) to execute the command directly:
KNetCLI -ClassToRun ConsoleConsumer --bootstrap-server SERVER-ADDRESS:9093 --topic topic_name --from-beginningbecomes
ConsoleConsumer --bootstrap-server SERVER-ADDRESS:9093 --topic topic_name --from-beginningOriginally posted by @mariomastrodicasa in #26 (comment)
Metadata
Metadata
Assignees
Labels
KNetCLIKNetCLI related issueKNetCLI related issueenhancementNew feature or requestNew feature or request