File: cli-reference.md

package info (click to toggle)
jujutsu 0.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,728 kB
  • sloc: sh: 283; makefile: 32
file content (20 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- The contents of the CLI reference is auto-generated by a Rust test.
 --- If `cargo insta` is installed, you can regenerate the CLI reference with:
 ---      cargo insta test --accept --workspace -- test_generate
 -->

!!! warning

    This CLI reference is experimental. It is automatically generated, but
    does not match the `jj help` output exactly.

    Run `jj help <COMMAND>` for more authoritative documentation.

    If you see a significant difference, feel free to file a bug, or a PR to note the difference here.

{%
  include-markdown "../cli/tests/cli-reference@.md.snap"
  rewrite-relative-urls=false
  start="<!-- BEGIN MARKDOWN-->"
  comments=true
%}