зеркало из https://github.com/Azure/iotedgedev.git
Update gen-help-markdown.bat (#310)
* Update gen-help-markdown.bat * Remove unused files * Update cmd list
This commit is contained in:
Родитель
e31d588692
Коммит
43d52144f5
|
@ -3,7 +3,6 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import hashlib
|
||||
import os
|
||||
import socket
|
||||
import sys
|
||||
|
||||
|
|
|
@ -26,6 +26,11 @@ ECHO ```
|
|||
iotedgedev genconfig -h
|
||||
ECHO ```
|
||||
|
||||
ECHO **iotedgedev init**
|
||||
ECHO ```
|
||||
iotedgedev init -h
|
||||
ECHO ```
|
||||
|
||||
ECHO **iotedgedev log**
|
||||
ECHO ```
|
||||
iotedgedev log -h
|
||||
|
@ -169,4 +174,4 @@ ECHO ```
|
|||
ECHO **iotedgedev solution push**
|
||||
ECHO ```
|
||||
iotedgedev solution push -h
|
||||
ECHO ```
|
||||
ECHO ```
|
||||
|
|
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ class PostDevelop(develop):
|
|||
atexit.register(_execute)
|
||||
develop.run(self)
|
||||
|
||||
|
||||
with open('HISTORY.rst') as history_file:
|
||||
history = history_file.read()
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import pytest
|
||||
import hashlib
|
||||
|
||||
from iotedgedev.decorators import suppress_all_exceptions
|
||||
from iotedgedev.decorators import hash256_result
|
||||
import pytest
|
||||
|
||||
from iotedgedev.decorators import hash256_result, suppress_all_exceptions
|
||||
|
||||
pytestmark = pytest.mark.unit
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче