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
Refactor the code to use kong for building and parsing the command-line args.
This is a potentially backward incompatible change but will enable us to add other functionality to the program.
The command line should support the following subcommands initially
$ dialoguss version
$ dialoguss simulate [--file FILE] [--url URL] [--phone PHONE]
$ dialoguss run --file FILE [default:dialoguss.yml]
The text was updated successfully, but these errors were encountered:
Refactor the code to use kong for building and parsing the command-line args.
This is a potentially backward incompatible change but will enable us to add other functionality to the program.
The command line should support the following subcommands initially
The text was updated successfully, but these errors were encountered: