Skip to content

pete-otaqui/vonnegut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is an alpha quality prototype. It is not recommended for production applications.

Copyright 2010 British Broadcasting Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



    Vonnegut PHP docblock parser command line interface
    Usage : ./vonnegut [options] /tree/of/php/files/
            ./vonnegut [options] /single/php/file.php
            ./vonnegut [options] /one/php/file/per/line.txt

     -f <format>  Output <format>, currently only 'json' is supported.
     -h           Print help (this message) and exit.
     -o <path>    Write output to <path>.  Should be a directory if
                  reflecting multiple files.  Default is STDOUT.
     -t           "Transaction" - try to parse all files before outputting.
     -v           Verbose console output.
     -y           Respond 'yes' to input queries.



Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%