Skip to content

Commit

Permalink
feat: init asdf plugin commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Feb 29, 2020
1 parent 8d88407 commit c1eb106
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -euo pipefail

install() {
printf "Install specified GCloud CLI version"
}

install
9 changes: 9 additions & 0 deletions bin/list-all.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -euo pipefail

list_all() {
printf "Listing all GCloud CLI versions"
}

list_all

0 comments on commit c1eb106

Please sign in to comment.