node_types: Fix panic when field is associated with a hidden token

Fixes #695
This commit is contained in:
Max Brunsfeld 2020-07-24 09:26:54 -07:00
parent de2b71d465
commit 32099050d6
2 changed files with 35 additions and 2 deletions

View file

@ -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(