List Question
20 TechQA 2020-10-06T11:17:24.593000structops - how to make argument optional based on boolean flag
1.3k views
Asked by Ach113
Getting relative order of different command line options using clap & structopt
695 views
Asked by milend
Is there a way to change OUT_DIR for a build.rs
2.3k views
Asked by Liam Warfield
Rustlang structopt How to set the home directory
480 views
Asked by Nagaraj M
How to use an enum that represents subcommands with StructOpt?
5k views
Asked by Dante
proc-macro panic with structopt using required_unless and conflicts_with
570 views
Asked by tshepang
How to attach possible_values to a struct with structopt?
2.2k views
Asked by eonil
structopt: error[E0277]: the trait bound `String: From<&OsStr>`
279 views
Asked by Evan Carroll
Does structopt support multi-contextual positional arguments?
155 views
Asked by Evan Carroll
Can you build a structopt parser that takes the rest of the command line (or multiple arguments)?
319 views
Asked by Evan Carroll
When using structopt, how to test if the user provided an option or if it comes from the default value?
440 views
Asked by Just a learner
Parse Structopt flag from anywhere in the input
381 views
Asked by Nathaniel Ford
How to write tests for command line tool built with structopt
105 views
Asked by Thong Nguyen
StructOpt: How to use subcommand enum's fields in clap::arg attribute methods?
1.2k views
Asked by Utkarsh Bhardwaj
How to use StructOpt to parse an argument into a Vec without it being treated as multiple arguments?
2.7k views
Asked by Geob-o-matic
How to make an argument optional based on the presence of another one in structopt?
5.1k views
Asked by kmp
How can I pass version information from Vergen to StructOpt?
493 views
Asked by Caleb
How to pass special characters as string argument using structopt?
344 views
Asked by Gober
How can I access a runtime-defined variable in stuctopt definitions?
269 views
Asked by Caleb
How to create nested subcommands with structopt?
441 views
Asked by itasahobby