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