Skip to content

Commit

Permalink
chore: doc, ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Aug 28, 2023
1 parent d26fed5 commit 29771b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.envrc
.eslintignore
.eslintrc
.eslintcache
.github/*
.husky/*
.nvmrc
flake*
jest*
src/*
test/*
tsconfig.json
tsconfig.json
examples/
coverage/
.vscode/
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { Args, ParserOpts, a } from 'args.ts'
export const parserOpts: ParserOpts = {
programName: 'program-name',
programDescription: 'program description',
unknownArgBehaviour: 'throw',
excessArgBehaviour: 'throw'
programVersion: 'v1.0',
}

const parser = new Args(parserOpts)
Expand Down

0 comments on commit 29771b7

Please sign in to comment.