class UPGRADE_TEST_SET_CALL_BACK_CODE_APP

(source code)

description

Command line interface to class UPGRADE_TEST_SET_CALL_BACK_CODE

note
	description: "Command line interface to class ${UPGRADE_TEST_SET_CALL_BACK_CODE}"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-01-20 19:18:27 GMT (Saturday 20th January 2024)"
	revision: "4"

class
	UPGRADE_TEST_SET_CALL_BACK_CODE_APP

obsolete
	"Once-off use"

inherit
	SOURCE_MANIFEST_APPLICATION [UPGRADE_TEST_SET_CALL_BACK_CODE]
		redefine
			Option_name
		end

create
	make

feature {NONE} -- Implementation

	default_make: PROCEDURE [like command]
		do
			Result := agent {like command}.make (create {FILE_PATH})
		end

feature {NONE} -- Constants

	Option_name: STRING = "upgrade_test_set"

end