]> git.0d.be Git - git-acab.git/blobdiff - git-acab
add success emoji
[git-acab.git] / git-acab
index e42d3f6cffc9d6260031d5d1eb9e7f0b017ff86d..0a651468a0a8d5a04c73a1c59f23300b5fbc82d5 100755 (executable)
--- a/git-acab
+++ b/git-acab
@@ -11,7 +11,7 @@ parser = argparse.ArgumentParser()
 parser.add_argument('--start', type=str, default='commit', help='now or commit')
 parser.add_argument('--prefix', action='store_true')
 parser.add_argument('--suffix', action='store_true')
-parser.add_argument('-v', '--verbose', action='store_true')
+parser.add_argument('-q', '--quiet', action='store_true')
 args = parser.parse_args()
 
 if args.start == 'commit':
@@ -34,7 +34,7 @@ while True:
         # will give new commit hashes as the commit date (not author date) will
         # be different.
         direction = - direction
-    if args.verbose:
+    if not args.quiet:
         print(
             '%5d - %s - [%s:%02d]'
             % (
@@ -64,5 +64,5 @@ while True:
     if b'acab' in p.stdout:
         break
 
-if args.verbose:
-    print('\ngot %s' % p.stdout.decode().strip())
+if not args.quiet:
+    print('\ngot %s ðŸ”¥ðŸš“' % p.stdout.decode().strip())