Is it possible to omit commands using GLI in Ruby for CLI?
I wonder if it is possible to leave off commands and just use switches and
flags using GLI?
For example bundle exec bin/my_app show --info can be done, but what about
bundle exec bin/my_app --info ?
Thanks.
No comments:
Post a Comment