Appears to be a functional migration to cobra

This commit is contained in:
David Dworken
2022-11-14 20:34:36 -08:00
parent 0667494239
commit be2cde72c2
3 changed files with 3 additions and 8 deletions

View File

@ -8,9 +8,4 @@ func main() {
cmd.Execute()
}
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in
/*
Remaining things:
* Acutally migrate saveHistoryEntry to cobra
*/
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in