Skip to content

Commit

Permalink
Add completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Mar 26, 2023
1 parent f2d1806 commit f955817
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sourceme.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Remove existing entries to ensure the right one is loaded
# This is not required when the completion one liner is loaded in your bashrc.
complete -r ./go-wardley 2>/dev/null

# Requires that the go-wardley binary is in your PATH
complete -o default -C go-wardley go-wardley

0 comments on commit f955817

Please sign in to comment.