starting impleemntation with the commands and such
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default class Arg {
|
||||
name?: string;
|
||||
description?: string;
|
||||
|
||||
isOptional?: boolean;
|
||||
isVariadic?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user