Bug 781574

Summary: Allow multiple books to be specified in topic export call.
Product: [Other] Topic Tool Reporter: Stephen Gordon <sgordon>
Component: cli-Topic_ToolAssignee: Stephen Gordon <sgordon>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.0.xCC: topic-tool-list
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-24 18:31:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Stephen Gordon 2012-01-13 19:01:18 UTC
Description of problem:

Currently topic export can be called in two ways:

- With no arguments - assumes user is inside the book, in the directory containing publican.cfg.
- With one argument - assumes user is one level above the book, argument specifies the name of the directory containing the book. This is the original behaviour.

It would be useful to be able to provide multiple arguments, each representing a book within the current directory to export. For instance:

topic export Installation_Guide Administration_Guide

instead of:

topic export Installation_Guide && topic export Administration_Guide

Comment 1 Stephen Gordon 2012-09-24 18:31:13 UTC
Not a priority, for those situations where this is required it's easy enough to orchestrate using shell constructs.