node_types: Fix panic when field is associated with a hidden token
Fixes #695
This commit is contained in:
parent
de2b71d465
commit
32099050d6
2 changed files with 35 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ fn run() -> error::Result<()> {
|
|||
.subcommand(
|
||||
SubCommand::with_name("tags")
|
||||
.arg(Arg::with_name("quiet").long("quiet").short("q"))
|
||||
.arg(Arg::with_name("time").long("quiet").short("t"))
|
||||
.arg(Arg::with_name("time").long("time").short("t"))
|
||||
.arg(Arg::with_name("scope").long("scope").takes_value(true))
|
||||
.arg(Arg::with_name("paths-file").long("paths").takes_value(true))
|
||||
.arg(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue