waymond icon indicating copy to clipboard operation
waymond copied to clipboard

cli: add `waymond help` sub-command

Open scriptnull opened this issue 2 years ago • 0 comments

Right now running waymond without any arguments is looking like this.

$ ./waymond    
error loading config: open waymond.toml: no such file or directory

There is no way to understand what are all the commands and flags supported by waymond. So, we will add a new sub-command called help.

$ waymond help
waymond - Autoscale Anything Anywhere All at once!

help - prints help

-config [PATH]  file path of waymond configuration (.toml)

scriptnull avatar Mar 05 '23 09:03 scriptnull