Skip to content

Commit

Permalink
Update inheritance.md
Browse files Browse the repository at this point in the history
Enter fish id by using prompt chain.
  • Loading branch information
quantonganh authored and LucasPickering committed Sep 30, 2024
1 parent 256f0ca commit 7db118f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/user_guide/inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ chains:
token:
source: !file
path: ./api_token.txt
fish_id:
source: !prompt
message: Fish ID

requests:
list_fish: !request
Expand Down Expand Up @@ -50,6 +53,9 @@ chains:
token:
source: !file
path: ./api_token.txt
fish_id:
source: !prompt
message: Fish ID

# This is needed to tell Slumber not to complain about an unknown key
.ignore:
Expand Down Expand Up @@ -89,6 +95,9 @@ chains:
token:
source: !file
path: ./api_token.txt
fish_id:
source: !prompt
message: Fish ID
.ignore:
request_base: &request_base
Expand Down

0 comments on commit 7db118f

Please sign in to comment.