2023-05-01 14:33:52 -06:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# Echo all commands
|
|
|
|
set -x
|
|
|
|
|
2023-05-01 15:22:06 -06:00
|
|
|
shtab --shell=bash -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.bash
|
|
|
|
shtab --shell=zsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.zsh
|
|
|
|
shtab --shell=tcsh -u hyfetch.main.create_parser > hyfetch/scripts/autocomplete.csh
|