From 1e4a96730da70fcfa3b8c153874cbdebad0f9829 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Jan 2013 19:41:28 +0100 Subject: o Starting on a style guide. app-conf: Adding 'import' command. app-cat-conf: Adding support for multiple -f flags. The default files can be switched off. A file named "-" is the same as /dev/stdin. app: Adding a way to enable debugging. app-install-file: Import any configuration delivered with the package. --- test/data/app-a/app.config | 1 + test/data/app-a/root/etc/app.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/data/app-a/app.config delete mode 100644 test/data/app-a/root/etc/app.conf (limited to 'test/data/app-a') diff --git a/test/data/app-a/app.config b/test/data/app-a/app.config new file mode 100644 index 0000000..d2c3f48 --- /dev/null +++ b/test/data/app-a/app.config @@ -0,0 +1 @@ +app.bin=bin/app-a diff --git a/test/data/app-a/root/etc/app.conf b/test/data/app-a/root/etc/app.conf deleted file mode 100644 index d2c3f48..0000000 --- a/test/data/app-a/root/etc/app.conf +++ /dev/null @@ -1 +0,0 @@ -app.bin=bin/app-a -- cgit v1.2.3