Add TODO(feature) for session id

This commit is contained in:
David Dworken 2022-09-24 01:01:32 -07:00
parent ff6e42794c
commit 6c8810059a

View File

@ -347,3 +347,5 @@ func export(ctx *context.Context, query string) {
fmt.Println(data[i].Command)
}
}
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in