Skip to content

Commit

Permalink
Merge pull request #24 from kcoyle/patch-2
Browse files Browse the repository at this point in the history
change generate to read
  • Loading branch information
tombaker authored Jan 26, 2024
2 parents c27b9b7 + 78330e0 commit 5749355
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Run without arguments, "dctap" shows what options and commands are available.
Examples:
$ dctap generate my_profile.csv
$ dctap generate --json my_profile.csv
$ dctap generate --expand-prefixes my_profile.csv
$ dctap generate --warnings my_profile.csv
$ dctap generate --warnings --expand-prefixes --json my_profile.csv
$ dctap read my_profile.csv
$ dctap read --json my_profile.csv
$ dctap read --expand-prefixes my_profile.csv
$ dctap read --warnings my_profile.csv
$ dctap read --warnings --expand-prefixes --json my_profile.csv
$ dctap init
Built-in settings written to dctap.yml - edit as needed.
$ dctap init /Users/tbaker/dctap.yml
Expand Down

0 comments on commit 5749355

Please sign in to comment.