mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Stop printing arguments on invocation
This commit is contained in:
parent
be1758bc26
commit
bb72cd1a0f
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ fn main() {
|
|||
let args: Args = Docopt::new(USAGE)
|
||||
.and_then(|d| d.decode())
|
||||
.unwrap_or_else(|e| e.exit());
|
||||
println!("{:#?}", args);
|
||||
|
||||
// Show version and exit
|
||||
if args.flag_version {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue