eva-shell 0.2.45__tar.gz → 0.2.46__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eva_shell-0.2.45 → eva_shell-0.2.46}/PKG-INFO +1 -1
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/__init__.py +1 -1
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/cli.py +4 -1
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva_shell-0.2.45 → eva_shell-0.2.46}/setup.py +1 -1
- {eva_shell-0.2.45 → eva_shell-0.2.46}/LICENSE +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/README.md +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/bin/eva +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/ap.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/charts.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/client.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/compl.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/sharedobj.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/shell.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva4_shell/tools.py +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva_shell.egg-info/requires.txt +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/eva_shell.egg-info/top_level.txt +0 -0
- {eva_shell-0.2.45 → eva_shell-0.2.46}/setup.cfg +0 -0
|
@@ -1191,9 +1191,12 @@ class CLI:
|
|
|
1191
1191
|
ok()
|
|
1192
1192
|
|
|
1193
1193
|
def item_state(self, i, full, regex):
|
|
1194
|
+
params = dict(i=i, full=full)
|
|
1195
|
+
if regex is not None and regex != '':
|
|
1196
|
+
params['regex'] = regex
|
|
1194
1197
|
data = call_rpc(
|
|
1195
1198
|
'item.state',
|
|
1196
|
-
|
|
1199
|
+
params
|
|
1197
1200
|
)
|
|
1198
1201
|
print_result(data,
|
|
1199
1202
|
cols=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|