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