add command parsing

This commit is contained in:
nytpu
2021-03-16 10:20:31 -06:00
parent f82e090577
commit 91e663c0f0
6 changed files with 221 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// Copyright (C) 2021 nytpu
// SPDX-License-Identifier: AGPL-3.0-or-later
// For more license details, see LICENSE or <https://www.gnu.org/licenses/agpl-3.0.html>.
package main
// These variables are set by the linker. They can be modified in the Makefile.
var (
Version = "Unknown"
Commit = "Unknown"
)