mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
I've found it hard to read the `jj help` output because command options are mixed with global options. This patch fixes that by putting global options under a separate heading. |
||
|---|---|---|
| .. | ||
| common | ||
| smoke_test.rs | ||
| test_concurrent_operations.rs | ||
| test_diff_command.rs | ||
| test_git_colocated.rs | ||
| test_git_push.rs | ||
| test_gitignores.rs | ||
| test_global_opts.rs | ||
| test_init_command.rs | ||
| test_log_command.rs | ||
| test_new.rs | ||
| test_restore_command.rs | ||
| test_ui.rs | ||
| test_undo.rs | ||
| test_untrack_command.rs | ||