Add Status Report to Info page
This commit is contained in:
parent
cda68d3454
commit
f5c5999f44
11 changed files with 361 additions and 20 deletions
|
|
@ -114,5 +114,10 @@ func (i info) Run(context wisski_distillery.Context) (err error) {
|
|||
context.Printf("- %v\n", grant)
|
||||
}
|
||||
|
||||
context.Printf("Requirements: (count %d)\n", len(info.Requirements))
|
||||
for _, req := range info.Requirements {
|
||||
context.Printf("- %v\n", req)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue