This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Description
option leads to an an error, is it implemented?
root@ubuntu:~/python-artnet# artnet script all_channels_full
2014-07-07 08:40:06,577 (INFO) Running script artnet.scripts.all_channels_full
root@ubuntu:~/python-artnet#
root@ubuntu:~/python-artnet#
root@ubuntu:~/python-artnet# artnet script all_channels_full --address=192.168.14.59
usage: artnet script [options ...] <scriptname>
artnet: error: unrecognized arguments: --address=192.168.14.59
root@ubuntu:~/python-artnet# artnet script --address=192.168.14.59 all_channels_full
usage: artnet script [options ...] <scriptname>
artnet: error: unrecognized arguments: --address=192.168.14.59
root@ubuntu:~/python-artnet# ^C
root@ubuntu:~/python-artnet#