Skip to content

Commit 7a7634b

Browse files
committed
v0.2.1 Release
1 parent 6e5899a commit 7a7634b

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

in2lambda/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ def runner(
118118

119119

120120
@click.command(
121-
epilog="See the docs at https://lambda-feedback.github.io/user-documentation/ for more details."
121+
no_args_is_help=True,
122+
epilog="See the docs at https://lambda-feedback.github.io/in2lambda/ for more details.",
122123
)
123124
@click.argument( # Use resolve_path to get absolute path
124125
"question_file", type=click.Path(exists=True, readable=True, resolve_path=True)

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "in2lambda"
3-
version = "0.2.0"
4-
description = "Automagically uploads questions to Lambda Feedback so you don't have to."
3+
version = "0.2.1"
4+
description = "Converts content ready for import into Lambda Feedback"
55
authors = []
66
license = "MIT"
77
readme = "README.md"
@@ -43,7 +43,7 @@ pre-commit = "^3.3.3"
4343
[tool.poetry.group.docs.dependencies]
4444
furo = "^2023.8.19"
4545
myst-parser = "^2.0.0"
46-
sphinx = "^7.2.4"
46+
sphinx = "^7.2.5"
4747
sphinx-copybutton = "^0.5.2"
4848
sphinx-design = "^0.5.0"
4949
sphinx-click = "^5.0.1"

0 commit comments

Comments
 (0)