Skip to content

Commit

Permalink
revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Feb 11, 2024
1 parent 4010d97 commit a140afa
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions copier/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,20 @@ class CopierApp(cli.Application):
"""The Copier CLI application."""

DESCRIPTION = "Create a new project from a template."
DESCRIPTION_MORE = dedent(
"""\
DESCRIPTION_MORE = (
dedent(
"""\
Docs in https://copier.readthedocs.io/
"""
) + (
colors.yellow
| dedent(
"""\
)
+ (
colors.yellow
| dedent(
"""\
WARNING! Use only trusted project templates, as they might
execute code with the same level of access as your user.\n
"""
)
)
)
VERSION = copier_version()
Expand Down

0 comments on commit a140afa

Please sign in to comment.