but ``` untar_opts .value_of("file")``` gives ...
# development
w
but
Copy code
untar_opts
    .value_of("file")
gives None
e
Search for 'matches.subcommand_matches' on the README: https://github.com/clap-rs/clap Looks like you're asking for file as if it's a root flag, it's not, its a subcommand flag.
w
ah was cargo culting a bit from fs_util, thanks for the pointer!
yep that was it!