bcmd 0.0.22__py3-none-any.whl → 0.0.23__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.
Potentially problematic release.
This version of bcmd might be problematic. Click here for more details.
- bcmd/tasks/time.py +1 -0
- {bcmd-0.0.22.dist-info → bcmd-0.0.23.dist-info}/METADATA +2 -2
- {bcmd-0.0.22.dist-info → bcmd-0.0.23.dist-info}/RECORD +6 -6
- {bcmd-0.0.22.dist-info → bcmd-0.0.23.dist-info}/WHEEL +0 -0
- {bcmd-0.0.22.dist-info → bcmd-0.0.23.dist-info}/entry_points.txt +0 -0
- {bcmd-0.0.22.dist-info → bcmd-0.0.23.dist-info}/top_level.txt +0 -0
bcmd/tasks/time.py
CHANGED
|
@@ -22,6 +22,7 @@ async def showtime(values: list[str] = typer.Argument(None)):
|
|
|
22
22
|
beni time 2021-9-23\n
|
|
23
23
|
beni time 2021-9-23 09:47:00\n
|
|
24
24
|
'''
|
|
25
|
+
values = values or []
|
|
25
26
|
assert len(values) <= 2, '参数过多'
|
|
26
27
|
value1: str | None = values[0] if len(values) >= 1 else None
|
|
27
28
|
value2: str | None = values[1] if len(values) >= 2 else None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bcmd
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.23
|
|
4
4
|
Summary: Commands for Beni
|
|
5
5
|
Author: Beni Mang
|
|
6
6
|
Author-email: benimang@126.com
|
|
@@ -11,7 +11,7 @@ Requires-Dist: aioconsole
|
|
|
11
11
|
Requires-Dist: aiofiles
|
|
12
12
|
Requires-Dist: aiohttp
|
|
13
13
|
Requires-Dist: autopep8
|
|
14
|
-
Requires-Dist: benimang (>=0.4.
|
|
14
|
+
Requires-Dist: benimang (>=0.4.12)
|
|
15
15
|
Requires-Dist: build
|
|
16
16
|
Requires-Dist: colorama
|
|
17
17
|
Requires-Dist: nest-asyncio
|
|
@@ -7,10 +7,10 @@ bcmd/tasks/lib.py,sha256=Zp0h_XweUz2TVIvFRBeHNTge4NVR3rmdt0oU7n-SvV0,2442
|
|
|
7
7
|
bcmd/tasks/mirror.py,sha256=2IUeno1voK4TduwymIGxjkG1Q1IN-Jw3sfuRZkKSYHc,1384
|
|
8
8
|
bcmd/tasks/proxy.py,sha256=DLIklFMRWUNBKE_0i8pciQdBE5bvAHCejXzzIYp4Ng8,641
|
|
9
9
|
bcmd/tasks/task.py,sha256=iOTmLMbZYjsr9zpngaJGhE1jq4PxHKL8z_tjhpufnas,5830
|
|
10
|
-
bcmd/tasks/time.py,sha256=
|
|
10
|
+
bcmd/tasks/time.py,sha256=LqwDQL_CvEFs6qgocGzXR00ZwR5yZQ4x-BZ2UD7YWUc,2565
|
|
11
11
|
bcmd/tasks/venv.py,sha256=kUdXIvb233KYLtQphGsQoe84GD7HEmRahD2eKelB8mg,3080
|
|
12
|
-
bcmd-0.0.
|
|
13
|
-
bcmd-0.0.
|
|
14
|
-
bcmd-0.0.
|
|
15
|
-
bcmd-0.0.
|
|
16
|
-
bcmd-0.0.
|
|
12
|
+
bcmd-0.0.23.dist-info/METADATA,sha256=HLwW-CgzhMBjfoeoHPzWHUZPaSGlaTO7yTpP5iyYIe8,645
|
|
13
|
+
bcmd-0.0.23.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
14
|
+
bcmd-0.0.23.dist-info/entry_points.txt,sha256=rHJrP6KEQpB-YaQqDFzEL2v88r03rxSfnzAayRvAqHU,39
|
|
15
|
+
bcmd-0.0.23.dist-info/top_level.txt,sha256=-KrvhhtBcYsm4XhcjQvEcFbBB3VXeep7d3NIfDTrXKQ,5
|
|
16
|
+
bcmd-0.0.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|