From 345d31654218992dc4cebf495b28279010f4fa34 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 6 Oct 2011 01:39:13 +0000 Subject: [PATCH] Author:halw Date:2011-10-06T01:39:13.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@983 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-using-command-line-options.wiki | 12 +++++++++--- .../debugger/command-line-debugger.wiki | 5 +++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 documentation/current/eiffelstudio/eiffelstudio-reference/debugger/command-line-debugger.wiki diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki index ffc1e7d0..803d6ae1 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki @@ -162,14 +162,20 @@ Feature-oriented options, like "-implementers", take a class name and feature na ===Commands for generating documentation=== -You can use a variations of the viewing commands to generate documentation much like [[Producing and Exporting Documentation|you can from EiffelStudio]]. +You can use variations of the viewing commands to generate documentation much like [[Producing and Exporting Documentation|you can from EiffelStudio]]. -The following command will produce the Chart, Relations, and Text documentation for the "application" system in stylesheet html format in the "Documentation" subfolder of the project folder. +The following command will produce the Chart, Relations, and Text documentation for the "application" system in html-stylesheet format in the "Documentation" subfolder of the project folder. ec -filter html-stylesheet -all -config application.ecf +To produce a view other than text, use its option in the command. The following generates Chart, Relations, and Flat Short form: + + + ec -flatshort -filter html-stylesheet -all -config application.ecf + + ==Command options== @@ -321,7 +327,7 @@ The table below lists the available ''options'', the arguments they require, and {{note|In the third column, to '''print''' means to produce the requested information on the default output of the '''ec''' command.}} -{{note|When using '''-finalize''', assertions will be discarded (unlike in EiffelStudio which asks first.) The assertion disposition specified in the project configuration file can be retained in finalization by combining the '''-keep''' option with '''-finalize'''.}} +{{note|When using '''-finalize''', assertions will be discarded (unlike in EiffelStudio which asks first). The assertion disposition specified in the project configuration file can be retained in finalization by combining the '''-keep''' option with '''-finalize'''.}} Some options can have modifiers that can affect their results. The modifiers are listed in the table below: diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/command-line-debugger.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/command-line-debugger.wiki new file mode 100644 index 00000000..f36ad8fb --- /dev/null +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/command-line-debugger.wiki @@ -0,0 +1,5 @@ +[[Property:title|Command line debugger]] +[[Property:weight|-3]] +[[Property:uuid|ad1ef861-8307-a56c-5f94-f236c520da55]] + +