Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj authored Oct 17, 2023
1 parent 42496db commit 657742d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions up_cli/src/up_cli/hookspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
@hookspec(firstresult=True)
def image_for_prompt(prompt: list[str]) -> str:
"""Present the image in which the prompt will be executed"""
None

@hookspec(firstresult=True)
def substitutions_for_prompt(prompt: list[str]) -> list[list[str]]:
"""Present the substitutions for the prompt"""
None

# TODO: Variables and Volumes

0 comments on commit 657742d

Please sign in to comment.