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
ake -h should show ake help, ake -l, --iist should show list of targets in a human friendly way. Using ake --list as a help target should be possible, and help target should be present by default.
help:
ake --list
$ ake -h
usage: ake [<target>]...
-h, --help get `ake` help
-l, --list list targets, of try `ake help`
$ ake
help (default) Show this help
$ ake help
help (default) Show this help
$ ake -l
help (default) Show this help
The text was updated successfully, but these errors were encountered:
(there is already https://cakebuild.net/ so maybe a better name like Sake, but that exists too https://github.com/tonyfischetti/sake)
ake -h
should showake
help,ake -l, --iist
should show list of targets in a human friendly way. Usingake --list
as a help target should be possible, and help target should be present by default.The text was updated successfully, but these errors were encountered: