File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ doc = <<~DOCOPT
39
39
--debug Display arguments
40
40
-h, --help Show this screen
41
41
--version Show version
42
+
43
+ #{ Paint [ 'Examples:' , '#2db453' ] }
44
+ pass-station search WEBLOGIC --field username --sensitive
45
+ pass-station search 'admin[0-9]+' --field all
46
+ pass-station list --sort username --output json
47
+
48
+ #{ Paint [ 'Project:' , '#2db453' ] }
49
+ #{ Paint [ 'author' , :underline ] } (https://pwn.by/noraj / https://x.com/noraj_rawsec)
50
+ #{ Paint [ 'source' , :underline ] } (https://github.com/noraj/pass-station)
51
+ #{ Paint [ 'documentation' , :underline ] } (https://noraj.github.io/pass-station)
42
52
DOCOPT
43
53
44
54
begin
Original file line number Diff line number Diff line change 4
4
- Update database (new entries) to reflect upstream
5
5
- Fanciness:
6
6
- Colored help message
7
+ - Add examples and project links to help message
7
8
- Chore:
8
9
- Add support for Ruby 3.2, 3.3, 3.4
9
10
- ** Breaking change** : Drop support for Ruby 2.6, 2.7, 3.0
You can’t perform that action at this time.
0 commit comments