Currently I'm using fab -f check_remote.py func:"arg1","arg2"... to run fab remote.
Now I need to send a bool arg, but True/False become a string arg, how to set it as bool type?
Currently I'm using fab -f check_remote.py func:"arg1","arg2"... to run fab remote.
Now I need to send a bool arg, but True/False become a string arg, how to set it as bool type?