We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ec59e commit 7c350ceCopy full SHA for 7c350ce
src/index.js
@@ -12,10 +12,6 @@ const camelCase = require("camelcase");
12
const resolveCommand = require("./util/resolve-command.js");
13
14
const argTypes = require("./arguments");
15
-/**
16
- * @deprecated Access this with `parser.argTypes.generic` instead.
17
- */
18
-module.exports.Argument = argTypes.generic;
19
module.exports.argTypes = argTypes;
20
21
// Use this error when you want the user to be notified
0 commit comments