Add branchonly option to cmdstatus

This commit is contained in:
Ian Craig
2021-05-20 17:53:05 -07:00
parent 36f4ce0e3c
commit c262934822
3 changed files with 38 additions and 25 deletions

View File

@ -43,3 +43,4 @@ lamb_color = "\x1b[1;30;40m" -- Light Grey = Lambda Color
clean_color = "\x1b[1;37;40m"
dirty_color = "\x1b[33;3m"
conflict_color = "\x1b[31;1m"
unknown_color = "\x1b[30;1m"