We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373fb65 commit 2c47e64Copy full SHA for 2c47e64
src/dstack/_internal/cli/main.py
@@ -41,8 +41,8 @@ def main():
41
42
parser = argparse.ArgumentParser(
43
description=(
44
- "Not sure where to start? Call [code]dstack init[/].\n"
45
- "Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n"
+ "Not sure where to start?"
+ " Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n"
46
),
47
formatter_class=RichHelpFormatter,
48
epilog=(
0 commit comments