help generation for root related commands
play

Help Generation for ROOT Related Commands By Elie Khairallah Types - PowerPoint PPT Presentation

Help Generation for ROOT Related Commands By Elie Khairallah Types of help Two ways to get help for the root commands Man pages ( man root.1 ) Command line option help ( root -h ) Problems with static implementation Two main


  1. Help Generation for ROOT Related Commands By Elie Khairallah

  2. Types of help Two ways to get help for the root commands • Man pages ( man root.1 ) • Command line option help ( root -h )

  3. Problems with static implementation Two main problems • Man page and usage become out of sync • Lack of pattern Usage as big text with examples Usage as series of option name and help message Usage written in header Usage as output stream commands Usage handled by argparse module

  4. First Approach Command.1 Pandoc Command.md Lex Extract command options section

  5. Output and Problems Simple! And we had the desired output on both the man page and usage level but … … … • Lex is not cross platform compatible • Additional features provided by modules like argparse should be manually reproduced Lex Program Lex Output

  6. New Approach argparse2help.py Command.1 write_man Command-arparse.py write_header Header.h

  7. For the commands written in c++ we generate both header and manual. For the python file, the usage is handled by argparse directly, we need to generate the man page only. Function generating the header file Function generating the man pages

  8. Commands C++ Python _ root _ rootmv _ hadd _ rootprint _ rootcling _ rootrm _ hist2workspace _ rootslimtree _ rootls _ rootmkdir _ rootbrowse _ rootcp _ rooteventselector _ rootdrawtree

  9. Modifications replace old help code by the display of the raw c++ commands string in header split old code into two, one being the Python command argparse python file New rootls.py rootls-argparse.py

  10. CMAKE Is

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend