cli: delete unimplemented jj debug writeworkingcopy command

I deleted the implementtion a long time ago, but I forgot to remove it
from the `clap::Command`.
This commit is contained in:
Martin von Zweigbergk 2022-03-23 09:54:44 -07:00 committed by Martin von Zweigbergk
parent bf62e1789f
commit 11afbc70f9

View File

@ -1612,9 +1612,6 @@ By default, all branches are pushed. Use `--branch` if you want to push only one
.subcommand(
Command::new("workingcopy").about("Show information about the working copy state"),
)
.subcommand(
Command::new("writeworkingcopy").about("Write a tree from the working copy state"),
)
.subcommand(
Command::new("template")
.about("Parse a template")