Skip to content

Commit

Permalink
Merge pull request #12 from cjvirtucio87/help-fix
Browse files Browse the repository at this point in the history
NA: got rid of helpsh in favor of new help subcommand pattern
  • Loading branch information
cjvirtucio87 authored Mar 5, 2023
2 parents cb35a04 + 8dcf2c3 commit 42e4f4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 76 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This is a project containing simple bash tools for general use.
## Current tools

1. `gitversion`: a version retrieval tool that uses git depth for the PATCH version
1. `helpsh`: a script for printing help information from text prefixed with a triple hash (i.e. `###`)
1. `vim-devc`: a script for setting up a devcontainer with the `vim` configs on the host machine
using the `devcontainer.json` of any given local workspace
1. `stowsh`: a dotfiles managing tool
Expand Down
75 changes: 0 additions & 75 deletions bash_tools/bin/helpsh

This file was deleted.

4 changes: 4 additions & 0 deletions bash_tools/bin/stowsh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ function main {
_git "${@:2}"
return
;;
'help')
_help | less
return
;;
'install')
_log 'main' "installing dotfiles"
_install "${@:2}"
Expand Down

0 comments on commit 42e4f4b

Please sign in to comment.