Colin Powell 3 роки тому
батько
коміт
e50cfa11d7
1 змінених файлів з 3 додано та 0 видалено
  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