lib, docs: Small cleanups

Formatting and removing of old docs.
This commit is contained in:
James Shubin
2024-01-02 13:04:49 -05:00
parent fa5949e191
commit 32ca815896
2 changed files with 2 additions and 18 deletions

View File

@@ -54,8 +54,8 @@ func CLI(cliArgs *CLIArgs) error {
}
// All of these flags can be accessed in your GAPI implementation with
// the `c.Lineage()[1].Type` and `c.Lineage()[1].IsSet` functions. Their own
// flags can be accessed with `c.Type` and `c.IsSet` directly.
// the `c.Lineage()[1].Type` and `c.Lineage()[1].IsSet` functions. Their
// own flags can be accessed with `c.Type` and `c.IsSet` directly.
runFlags := []cli.Flag{
// common flags which all can use