EnglishFrenchSpanish

Ad


OnWorks favicon

augparse - Online in the Cloud

Run augparse in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command augparse that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


augparse - execute an Augeas module

SYNOPSIS


augparse [OPTIONS] MODULE

DESCRIPTION


Execute an Augeas module, most commonly to evaluate the tests it contains.

OPTIONS


-I, --include=DIR
Add DIR to the module loadpath. Can be given multiple times. The directories set here
are searched before any directories specified in the AUGEAS_LENS_LIB environment
variable, and before the default directory /usr/share/augeas/lenses.

-t, --trace
Print a trace of the modules that are being loaded.

--nostdinc
Do not search any of the default directories for modules. When this option is set,
only directories specified explicitly with -I or specified in AUGEAS_LENS_LIB will be
searched for modules.

--notypecheck
Do not perform lens type checks. Only use this option during lens development and make
sure you typecheck lenses when you are done developing - you should never use a lens
that hasn't been typechecked. This option is sometimes useful when you are working on
unit tests for a lens to speed up the time it takes to repeatedly run and fix tests.

--version
Print version information and exit.

-h Display this help and exit

EXAMPLES


To run the tests in lenses/tests/test_foo.aug and use modules from the directory lenses,
run

augparse -I lenses lenses/tests/test_foo.aug

TESTS


Tests can appear as top-level forms anywhere in a module. Generally, the tests for a
module lenses/foo.aug are kept in a separate file, usually in lenses/tests/test_foo.aug.

There are two different kinds of tests that Augeas can run: get and put tests. The syntax
for get tests is

test LENS get STRING = RESULT

which applies the get direction of the lens LENS to STRING and compares it with the given
RESULT. RESULT can either be a tree literal, the symbol ? to print the result of applying
LENS to STRING, or the symbol * to indicate that the test should produce an exception.

The syntax for put tests is

test LENS put STRING after COMMANDS = RESULT

which first applies the get direction of the lens LENS to STRING, then applies the given
COMMANDS to the resulting tree, and finally transforms the modified tree back to a string
using the put direction of LENS. The resulting string is then compared to RESULT, which
can be a string, the symbol ? to print the result of applying LENS to STRING, or the
symbol * to indicate that the test should produce an exception.

Use augparse online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad