Skip to content

Commit 69ee7d8

Browse files
committed
Add examples and project links to help message
1 parent 77ebba8 commit 69ee7d8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

bin/pass-station

+10
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ doc = <<~DOCOPT
3939
--debug Display arguments
4040
-h, --help Show this screen
4141
--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)
4252
DOCOPT
4353

4454
begin

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Update database (new entries) to reflect upstream
55
- Fanciness:
66
- Colored help message
7+
- Add examples and project links to help message
78
- Chore:
89
- Add support for Ruby 3.2, 3.3, 3.4
910
- **Breaking change**: Drop support for Ruby 2.6, 2.7, 3.0

0 commit comments

Comments
 (0)