Implement basic flavor support
This commit is contained in:
parent
9a3e508ce8
commit
d6c0c465e4
24 changed files with 246 additions and 82 deletions
|
|
@ -71,6 +71,7 @@ func (i info) Run(context wisski_distillery.Context) (err error) {
|
|||
context.Printf("Last Update: %v\n", info.LastUpdate.String())
|
||||
context.Printf("Last Cron: %v\n", info.LastCron.String())
|
||||
|
||||
context.Printf("Drupal Version: %v\n", info.DrupalVersion)
|
||||
context.Printf("Theme: %v\n", info.Theme)
|
||||
|
||||
context.Printf("Bundles: (count %d)\n", info.Statistics.Bundles.TotalBundles)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue