Skip to content

Commit

Permalink
Some fixes (#95)
Browse files Browse the repository at this point in the history
* Typo

* Workaround bug in dub
  • Loading branch information
andrey-zherikov authored Jun 16, 2023
1 parent 08e5ea0 commit d789306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/completion/single_main/completer/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"name": "completion-single_main-completer",
"targetType":"executable",
"versions": ["argparse_completion"],
"sourcePaths":["../source"],
"dependencies":{ "all:argparse":"*" }
"sourcePaths":["../source","../../../../source"]
}
2 changes: 1 addition & 1 deletion examples/getting_started/advanced/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct Advanced
static auto color = ansiStylingArgument;
}

// Customize prsing config
// Customize parsing config
auto config()
{
Config cfg;
Expand Down

0 comments on commit d789306

Please sign in to comment.