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
flag "f" no_arg ~doc:"Clear forcefully without asking any questions"
However, it would be nice to support --force as well. Unfortunately, it looks like Core.Command doesn't support specifying multiple aliases for the same flag (or maybe I just haven't found it). But it would be nice to have it! (ideally, without rewriting the CLI parser to a different library).
* Resolving issue #18 - status can't print diff when different path than root
* fixed switch but - it will switch to default branch instead of "main"
* Added force alias to -f
* Code formatting
Currently,
zbg
supports only the-f
flag for forceful actions:zbg/lib/cli.ml
Line 17 in 7b44863
However, it would be nice to support
--force
as well. Unfortunately, it looks likeCore.Command
doesn't support specifying multiple aliases for the same flag (or maybe I just haven't found it). But it would be nice to have it! (ideally, without rewriting the CLI parser to a different library).https://ocaml.org/p/core/v0.12.3/doc/Core/Command/Param/index.html
The text was updated successfully, but these errors were encountered: