jj/cli
jyn 0d3e949439 give a warning when trying to redefine a built-in command
previously, aliases to built-in commands were silently ignored. this matches git's behavior, but seems unhelpful, especially if the user doesn't know that a command with that name already exists.
give a warning rather than silently ignoring it.
2024-05-17 16:50:54 +01:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src give a warning when trying to redefine a built-in command 2024-05-17 16:50:54 +01:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests give a warning when trying to redefine a built-in command 2024-05-17 16:50:54 +01:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE