Skip to content

testarchitecture are using command line handler and not clap one. #619

@Ducasse

Description

@Ducasse
#!/usr/bin/env bash
# Bash3 Boilerplate. Copyright (c) 2014, kvz.io

set -o errexit
set -o pipefail
set -o nounset
set -o xtrace

# Set magic variables for current file & dir
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__builddir="$(pwd)/build"

${__dir}/../build.sh

# Download Archetype
mkdir -p test && cd test
${__builddir}/pillar archetype $1

# Build book
${__builddir}/pillar build $2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions