mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-17 06:20:26 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
#!/usr/bin/env python
|
|
import plac
|
|
from portainer_cli import PortainerCLI
|
|
|
|
p = PortainerCLI()
|
|
plac.call(p.main)
|