You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is it possible to use CommandLineParser with noun and verb syntax? I would like to setup a command line tool, which supports different nouns (in CommandLineParser terminology, this would be a verb)
As example:
Myapp.exe tpm init -v ....
Myapp.exe tpm show -v -l ....
MyApp.exe dongle show -l ....
In the example above I have two levels of verbs, in the first level the noun and in the second level the verb.
Is this possible out-of-the-box? If not, are there ways to implement this?
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to use CommandLineParser with noun and verb syntax? I would like to setup a command line tool, which supports different nouns (in CommandLineParser terminology, this would be a verb)
As example:
In the example above I have two levels of verbs, in the first level the noun and in the second level the verb.
Is this possible out-of-the-box? If not, are there ways to implement this?
The text was updated successfully, but these errors were encountered: