some preliminary work done on an argument parser & help menu/docs
This commit is contained in:
parent
44e88f7fd0
commit
0ef07b299c
5 changed files with 126 additions and 24 deletions
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#322C2D",
|
||||
"titleBar.activeBackground": "#463E3F",
|
||||
"titleBar.activeForeground": "#FAFAFA"
|
||||
}
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#322C2D",
|
||||
"titleBar.activeBackground": "#463E3F",
|
||||
"titleBar.activeForeground": "#FAFAFA"
|
||||
},
|
||||
"[odin]": {
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue