mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-13 03:41:18 +00:00
feat(convention) add windows style argument conventions.
This commit is contained in:
@@ -9,6 +9,8 @@ namespace argument_parser::conventions {
|
||||
enum class argument_type {
|
||||
SHORT,
|
||||
LONG,
|
||||
POSITIONAL,
|
||||
INTERCHANGABLE,
|
||||
ERROR
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user