adam-community 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl
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.
- adam_community/__version__.py +1 -1
- adam_community/cli/cli.py +2 -0
- {adam_community-1.0.3.dist-info → adam_community-1.0.4.dist-info}/METADATA +1 -1
- {adam_community-1.0.3.dist-info → adam_community-1.0.4.dist-info}/RECORD +7 -7
- {adam_community-1.0.3.dist-info → adam_community-1.0.4.dist-info}/WHEEL +0 -0
- {adam_community-1.0.3.dist-info → adam_community-1.0.4.dist-info}/entry_points.txt +0 -0
- {adam_community-1.0.3.dist-info → adam_community-1.0.4.dist-info}/top_level.txt +0 -0
adam_community/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.4"
|
adam_community/cli/cli.py
CHANGED
|
@@ -5,8 +5,10 @@ from .parser import parse_directory
|
|
|
5
5
|
from .build import build_package
|
|
6
6
|
from .init import init
|
|
7
7
|
from .updater import check_and_notify_update, update_cli, set_update_disabled
|
|
8
|
+
from ..__version__ import __version__
|
|
8
9
|
|
|
9
10
|
@click.group()
|
|
11
|
+
@click.version_option(version=__version__, prog_name='adam-cli')
|
|
10
12
|
def cli():
|
|
11
13
|
"""Adam Community CLI 工具"""
|
|
12
14
|
# 检查更新(静默执行,不影响正常功能)
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
adam_community/__init__.py,sha256=vAmF9VQR6D4peppH0hnrHDmZK5cFeFPh11GIsTKUXhE,429
|
|
2
|
-
adam_community/__version__.py,sha256
|
|
2
|
+
adam_community/__version__.py,sha256=O-a1T6uLdX0DYXelAnzqY4NDGktopbWdpKZloec7oxY,21
|
|
3
3
|
adam_community/tool.py,sha256=CCzWosxtuZ0yk7mupmnlgMpO59jr1hl-a_brSGIqhDI,4867
|
|
4
4
|
adam_community/util.py,sha256=W4SD4x-Tg_JVAINoi2Q2j5FqbWrQxvg0TRYfE9Yh2WI,11031
|
|
5
5
|
adam_community/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
6
|
adam_community/cli/build.py,sha256=qs7DGTanMrs0ZH-oqLIzbm2ArkKssDrzdS2pJnd877E,10699
|
|
7
|
-
adam_community/cli/cli.py,sha256=
|
|
7
|
+
adam_community/cli/cli.py,sha256=L_V09KMWuasgdce6zrB2yNOpCl8G7k7C_oKWvLEzS5k,2810
|
|
8
8
|
adam_community/cli/init.py,sha256=ukdIXm1V75xRDWRnQaiKRhkmGDGKp4GASQjTroRan8I,6552
|
|
9
9
|
adam_community/cli/parser.py,sha256=DeNNB6Gqs1J3Cha3BSu1DOosQNTij8pyZOmW5ls_xqY,16362
|
|
10
10
|
adam_community/cli/updater.py,sha256=zN521c-G20MKz63wm7h16quBxiEZp4vQ6AbyV-IqtXk,6304
|
|
11
11
|
adam_community/cli/templates/__init__.py,sha256=43rU9rFkpsVrWjxR-brDnT2eakgRtb4XpnunbE-ais4,34
|
|
12
|
-
adam_community-1.0.
|
|
13
|
-
adam_community-1.0.
|
|
14
|
-
adam_community-1.0.
|
|
15
|
-
adam_community-1.0.
|
|
16
|
-
adam_community-1.0.
|
|
12
|
+
adam_community-1.0.4.dist-info/METADATA,sha256=GJy-u7tsKkiPQgkeeB_jnpsUuUh-hPB8IZ6X_swJQ24,2142
|
|
13
|
+
adam_community-1.0.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
14
|
+
adam_community-1.0.4.dist-info/entry_points.txt,sha256=4I7yRkn7cHwPY8-fWQLeAvKjc24zUy8Z65VsZNs0Wos,56
|
|
15
|
+
adam_community-1.0.4.dist-info/top_level.txt,sha256=MS8jbePXKZChih9kGizNVX0I1MFZFGWBMCIW_r86qhU,15
|
|
16
|
+
adam_community-1.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|