Skip to content

Commit

Permalink
Add examples and project links to help message
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Feb 2, 2025
1 parent 77ebba8 commit 69ee7d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/pass-station
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ doc = <<~DOCOPT
--debug Display arguments
-h, --help Show this screen
--version Show version
#{Paint['Examples:', '#2db453']}
pass-station search WEBLOGIC --field username --sensitive
pass-station search 'admin[0-9]+' --field all
pass-station list --sort username --output json
#{Paint['Project:', '#2db453']}
#{Paint['author', :underline]} (https://pwn.by/noraj / https://x.com/noraj_rawsec)
#{Paint['source', :underline]} (https://github.com/noraj/pass-station)
#{Paint['documentation', :underline]} (https://noraj.github.io/pass-station)
DOCOPT

begin
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Update database (new entries) to reflect upstream
- Fanciness:
- Colored help message
- Add examples and project links to help message
- Chore:
- Add support for Ruby 3.2, 3.3, 3.4
- **Breaking change**: Drop support for Ruby 2.6, 2.7, 3.0
Expand Down

0 comments on commit 69ee7d8

Please sign in to comment.