Explorar o código

[fish] Add pman function

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
e50cfa11d7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      fish/.config/fish/functions/pman.fish

+ 3 - 0
fish/.config/fish/functions/pman.fish

@@ -0,0 +1,3 @@
+function pman
+poetry run python manage.py $argv
+end