Skip to content

Commit

Permalink
note alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Oct 15, 2024
1 parent 54023d9 commit ac75001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cased/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@click.command()
@validate_credentials(check_project_set=False)
def init():
"""Initialize a new project configuration."""
"""Initialize a new project configuration (alpha)"""
console.print(Panel.fit("Welcome to Cased", style="bold magenta"))

config = {}
Expand Down

0 comments on commit ac75001

Please sign in to comment.