Commit db961227 by nate giraldi

reformat `help` from LockCommand

parent 555644bd
...@@ -6,8 +6,10 @@ class LockCommand(EnvCommand): ...@@ -6,8 +6,10 @@ class LockCommand(EnvCommand):
name = "lock" name = "lock"
description = "Locks the project dependencies." description = "Locks the project dependencies."
help = """The <info>lock</info> command reads the <comment>pyproject.toml</> file from help = """
the current directory, processes it, and locks the dependencies in the <comment>poetry.lock</> file. The <info>lock</info> command reads the <comment>pyproject.toml</> file from the
current directory, processes it, and locks the dependencies in the <comment>poetry.lock</>
file.
<info>poetry lock</info> <info>poetry lock</info>
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment